gdkglcontext-x11: Use epoxy/glx.h rather then GL/glx.h
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 22 Oct 2014 18:37:58 +0000 (20:37 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 23 Oct 2014 12:29:45 +0000 (14:29 +0200)
gdk/x11/gdkglcontext-x11.c

index 3ddb05e0c4cb1dc1758f0c1d8c87d86f82aae7bf..7db5376de242d0a50297492d6b5f6c10e22e1401 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <cairo/cairo-xlib.h>
 
-#include <GL/glx.h>
+#include <epoxy/glx.h>
 
 G_DEFINE_TYPE (GdkX11GLContext, gdk_x11_gl_context, GDK_TYPE_GL_CONTEXT)